  -------------------------------------------------------------------------------------------

   RS UAIO (Ultimate All-In-One) Admin Menu System v1.51 File: UAIO Admin Command Documentation File

   Created By:    Rob Secord
   Alias: xeroblood (aka; Achilles; sufferer)
   Email: xeroblood@msn.com

   Updated By:    Dan Weeks
   Alias: $uicid3
   Email: suicid3m3@gmail.com

   -------------------------------------------------------------------------------------------

   Description:

        This is all the documentation for the console commands.
        These are NOT related to the menu, but to the console version of the command.

   -------------------------------------------------------------------------------------------
 
   Global:
 
       When looking at the command documentation of a command.
              <player>       - A players Nick , AuthID , #UserID , or * (everyone) , @CT (only CT Team) , or @T (Only Terroist Team)
                             - This applies to all commands except uaio_ban_* and uaio_v_ban_* . In those you can only specify a single player.
              <health>       - A number 1-255 that will be the player's new health.
              <armor>        - A number 1-255 that will be the player's new armor.
              <cash>         - Any number below 16000 that will become the player's new money count.
              <team>         - A number 0-2 that represents a player's new team.
                                0 = TERRORIST Team
                                1 = CT Team
                                2 = Spectator
              <model>        - A number 1-9 that represents player's new model.
                               CT TEAM:
                                1 = SAS
                                2 = GSG9
                                3 = Urban
                                4 = GIGN
                               TERRORIST TEAM:
                                5 = Arctic
                                6 = leet
                                7 = Guerilla
                                8 = Terror
                               MISC
                                9 = VIP (not done yet)
              <frags>        - Any number that will set a player's kill count.
              <deaths>       - Any number that will set a player's death count.
              <weapon code>  - See Weapon Codes documentation below.
              <color>        - A color name to set a players glow to.
                               Available Choices:
                                 Off, Red , Green , Blue , Cyan , Magenta ,
                                 Yellow , Orange , Purple , and Random
                               *These are also set in cvars 'sv_uaio_glow' and 'sv_uaio_v_glow'
              <grenades>     - See Arena documentation below
              <arena weapon> - See Arena documentaion below
              <motd file>    - A file name (withouth the .htm(l)).
                                ex. uaio_motd <player> help
                                  - displays help.htm(l) that is located in /addons/amxmodx/configs/uaio/
              <seconds>      - The number of seconds that the selected player will have the selected effect.
              <minutes>      - The number of minutes that the selected player will be banned for.
              <damage>       - The amount of damage to slap the selected player
              <# of slaps>   - The number of slaps to slap the selected player before stopping.
              <on|off>       - use On to initiate effect and Off to end/stop/undo an effect.

   -------------------------------------------------------------------------------------------

   Arena:

       Documentation for using Arena commands.
           command syntax: uaio_arena <grenades> <weapon codes> Where:
                 <grenades> - Enable Grenades in arena?
                     0 = Disable grenades
                     1 = Enable grenades
                 <weapon codes> - The weapon codes for the wepaons in arena. See documentaion below.

           NOTE: To disable arena simply use uaio_arena -1 -1  -- Either can be -1 to disable but you need to arguments
                 Knife arena - uaio_arena < 0 | 1 > 0  -- first argument of 0 makes it only knife , first argument of 1 makes it knife and grenades.

   -------------------------------------------------------------------------------------------

   Weapon Codes:
      __________________
      Pistols:
      __________________
        11 = USP
        12 = Glock
        13 = Deagle
        14 = 228 Compact
        15 = Dual Elites
        16 = Five-Seven

      __________________
      Shotguns:
      __________________
        21 = Pump Shotgun
        22 = Auto Shotgun

      __________________
      SMGs:
      __________________
        31 = MP5 Navy
        32 = TMP
        33 = C90
        34 = Mac10
        35 = UMP

      __________________
      Rifles:
      __________________
        41 = Clarion
        42 = Krieg SG552
        43 = AK47
        44 = M4A1
        45 = Bullpup
        46 = Scout
        47 = AWP
        48 = CT AutoSniper
        49 = T AutoSniper
        50 = Galil

      __________________
      Machine Gun:
      __________________
        51 = M249 (Para)

      __________________
      Ammunition: *Not used in Arena Weapon Codes*
      __________________
        61 = Primary Ammo
        62 = Secondary Ammo

      __________________
      Items: *Not used in Arena Weapon Codes*
      __________________
        71 = Kevlar
        72 = Kevlar + Helmet
        73 = Flashbang Grenade
        74 = HE Grenade
        75 = Smoke Grenade
        76 = Defusal Kit
        77 = Nighvision Goggles
        78 = Shield

      __________________
      Weapon Sets: *Not used in Arena Weapon Codes*
      __________________
        81 = All Weapons
        82 = M3 Set
        83 = MP5 Navy Set
        84 = Clarion Set
        85 = Galil Set
        86 = M4A1 Set
        87 = AK47 Set
        88 = Krieg SG552 Set
        89 = Bullpup Set
        90 = M249 Set
        91 = Scout Set
        92 = AutoSniper Set
        93 = AWP Set
        94 = Set of Grenades

   -------------------------------------------------------------------------------------------